home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMCHOOSEADDRESS / TFRMCHOOSEADDRESS.txt
Text File  |  2003-07-29  |  2KB  |  78 lines

  1. object FrmChooseAddress: TFrmChooseAddress
  2.   Left = 243
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Choose address'
  7.   ClientHeight = 289
  8.   ClientWidth = 252
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 9
  21.     Top = 27
  22.     Width = 213
  23.     Height = 16
  24.     Caption = 'Please select the address to use for'
  25.   end
  26.   object LblNick: TLabel
  27.     Left = 9
  28.     Top = 49
  29.     Width = 42
  30.     Height = 16
  31.     Caption = 'Name'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -15
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Label2: TLabel
  40.     Left = 9
  41.     Top = 9
  42.     Width = 153
  43.     Height = 16
  44.     Caption = 'Multiple addresses found.'
  45.   end
  46.   object EmailList: TListBox
  47.     Left = 7
  48.     Top = 70
  49.     Width = 238
  50.     Height = 159
  51.     ItemHeight = 16
  52.     TabOrder = 0
  53.     OnDblClick = BtnOKClick
  54.   end
  55.   object BtnOK: TButton
  56.     Left = 148
  57.     Top = 242
  58.     Width = 94
  59.     Height = 37
  60.     Caption = 'OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.     OnClick = BtnOKClick
  65.   end
  66.   object BtnNone: TButton
  67.     Left = 38
  68.     Top = 246
  69.     Width = 94
  70.     Height = 30
  71.     Cancel = True
  72.     Caption = 'None'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.     OnClick = BtnNoneClick
  76.   end
  77. end
  78.